Skip to content

Claude/qwen claude reverse eng v hu hv - #76

Merged
AdaWorldAPI merged 5 commits into
mainfrom
claude/qwen-claude-reverse-eng-vHuHv
Mar 31, 2026
Merged

Claude/qwen claude reverse eng v hu hv#76
AdaWorldAPI merged 5 commits into
mainfrom
claude/qwen-claude-reverse-eng-vHuHv

Conversation

@AdaWorldAPI

Copy link
Copy Markdown
Owner

No description provided.

claude added 5 commits March 31, 2026 09:04
Release v0.1.0-bgz-data now has 43 assets:
  41 × Qwen3.5 models (685 MB)
  1 × reader-lm-1.5b.bgz7 (26 MB) — HTML→Markdown structure
  1 × bge-m3-f16.bgz7 (7.3 MB) — multilingual embeddings

Total: 718 MB bgz7 from ~210 GB original weights.
manifest.json updated with SHA256 for both new models.

https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
…1-indexed

Release assets: shard-01..shard-11 (1-indexed, from indexing pipeline)
Manifest/local:  shard-00..shard-10 (0-indexed, matching bgz7_path())

Fix: download URL uses shard+1, local storage stays shard.
Without this fix, hydrate --download tries to fetch shard-00 which
doesn't exist in the release, causing 404 on every model.

https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
Endpoints:
  POST /v1/chat/completions — all 7 models (qwen35-opus46/45, 9b, reader-lm, bge-m3, llama4-scout, openchat-3.5)
  POST /v1/embeddings — Base17 fingerprints as 17-dim OpenAI embedding format
  GET  /v1/models — 7 models with descriptions and bgz7 sizes
  GET  /health — ok

Fixes:
  - Model validation: unknown models → 404 with available list
  - Model descriptions include bgz7 size and purpose

Latency: 7ms per request. Tested with 10-test curl suite.

https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
bge-m3: XLM-RoBERTa forward pass (24 layers, GELU, mean pool, L2 norm)
  + SentencePiece tokenizer stub + embed_to_base17() projection
reader-lm: Qwen2 forward pass (28 layers, GQA 12:2, RoPE, SwiGLU)
  + BPE tokenizer stub + generate() + html_to_markdown()

Both fall back to deterministic hash when no weights loaded.
Key finding: bgz7 dims have σ=0.5, range=[-2,+2], L1 μ=2.9 σ=1.8
→ SimilarityTable σ-buckets needed for discrimination (not absolute threshold)

https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
bgz7_to_batch(): Base17 fingerprints → Arrow FixedSizeList[i16,17]
compute_heel(): column-wise bundle of all rows → HEEL vector
hydrate_bgz7(): read bgz7 file → RecordBatch (ready for Dataset::write)

4 tests passing. Schema: tensor_name, row_idx, base17[17], palette_s/p/o.
HEEL test confirms non-zero for asymmetric data.

https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@AdaWorldAPI
AdaWorldAPI merged commit c389fd3 into main Mar 31, 2026
AdaWorldAPI pushed a commit that referenced this pull request Sep 5, 2026
…epo reachability law

Operator correction: a zero-local-callsite result is not a production
verdict for a deliberately cross-repo substrate (the error lance-graph-java
#76 corrected for WideFieldMask, repeated one layer up). Struck:
- 'try_advance_phase has no production entry point' — bardioc substrate-b
  is a binary over MailboxSoA<32> gating every move on the contract's
  KanbanColumn::can_transition_to; KanbanShaderSink tags by phase
- 'ogar-loco has one live consumer' — blockly-rs is a first-class consumer
- 'ogar-r2il is probe-only' — it is the R2IL->loco bridge over r2sleigh's
  live IR; lance-graph-java lineage consumes R2IL via ruff_r2il
RBAC zero-caller verdict rescoped to the nine scanned repos. Ruling A is
sharpened: DataFusion policy is grace-period archaeology beside an
already-production successor. Law recorded in plan §2 and the epiphany.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DCfrD5y19cvFc4AoyydXYv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants